runtime.pollInfo.closing (method)

2 uses

	runtime (current package)
		netpoll.go#L136: func (i pollInfo) closing() bool              { return i&pollClosing != 0 }
		netpoll.go#L514: 	if info.closing() {